home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / close < prev    next >
Encoding:
Text File  |  1992-08-27  |  699 b   |  37 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/close,v 1.3 1992/07/14 05:24:33 ptong Exp $
  3. .SP CLOSE COMMANDS 6/14/90
  4. .XA 2 Close
  5. .uh NAME
  6. .lp
  7. close \*- close a portal
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBclose\fR [ portal_name ]
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. .b Close
  16. frees the resources associated with a portal,
  17. .i portal_name.
  18. After this portal is closed,
  19. no subsequent operations are allowed on it.
  20. A portal should be closed when it is no longer needed.
  21. If
  22. .i portal_name
  23. is not specified,
  24. then the blank portal is closed.
  25. .uh EXAMPLE
  26. .lp
  27. .nf
  28. .ft C
  29. /* close the portal FOO */
  30.  
  31. close FOO
  32. .ft
  33. .fi
  34. .uh "SEE ALSO"
  35. .lp
  36. retrieve(commands), fetch(commands), move(commands).
  37.